int num = int(random(50)) + 1;
for (int i = 0; i < num; i++) {
  line(i * 2, 0, i * 2, 100);
}
